forked from dunglas/mercure
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with main repository #3
Open
hbouaziz-socloz
wants to merge
71
commits into
SoCloz:main
Choose a base branch
from
dunglas:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.64.0...v1.64.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* ci: upgrade to super-linter 6 * chore: various style fixes * docs: Symfony Mercure * fix
* ci: generate SLSA attestations for binaries * add missing permissions * fix linter
* feat: compile with Go 1.23 * tests: improve TestClientClosesThenReconnects * ci: upgrade golangci config
I replaced `curl` by `wget` in the healthcheck of `docker-compose.yml`, because curl is not available in the image `dunglas/mercure`. - `-q` : quiet, no output - `--spider` : don't download anything If there is no error wget returns 0, else 1
* perf: fast check for URI template in topic * better fix
* Add support for metrics in chart Signed-off-by: François BIBRON <[email protected]> * feat: add serviceMonitor Signed-off-by: François BIBRON <[email protected]> * feat: fix values Signed-off-by: François BIBRON <[email protected]> * feat: fix values Signed-off-by: François BIBRON <[email protected]> * feat: fix values Signed-off-by: François BIBRON <[email protected]> * fix values and typos Signed-off-by: François Bibron <[email protected]> * fix typo Signed-off-by: François Bibron <[email protected]> * fix CS --------- Signed-off-by: François BIBRON <[email protected]> Signed-off-by: François Bibron <[email protected]> Co-authored-by: Kévin Dunglas <[email protected]>
- removes code duplication - makes it easier to add tests for more algorithms
* docs: fix in Traefik Hub example - curl is not installed in the docker image * Update docs/hub/traefik.md Co-authored-by: Kévin Dunglas <[email protected]> --------- Co-authored-by: Kévin Dunglas <[email protected]>
Users on Docker images older than v0.16.2 may be confused when they run the container, as the file `dev.Caddyfile` doesn't exist on those containers (v0.16.2 changed it from `Caddyfile.dev` to `dev.Caddyfile`) Co-authored-by: Pauline Vos <[email protected]>
* Fix Stackhero documentation link cc @Bacto * Update awesome.md --------- Co-authored-by: Kévin Dunglas <[email protected]>
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/MicahParks/jwkset](https://github.com/MicahParks/jwkset) from 0.5.20 to 0.6.0. - [Release notes](https://github.com/MicahParks/jwkset/releases) - [Commits](MicahParks/jwkset@v0.5.20...v0.6.0) --- updated-dependencies: - dependency-name: github.com/MicahParks/jwkset dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
# Conflicts: # caddy/go.mod # caddy/go.sum
* docs: updated docs for Mercure On Premise * linter
* chore: upgrade to Go 1.24 * ci: fix goreleaser deprecations
* test: fix race condition in memory sink * cs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sync repository